home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / help / 6_functions / pipe < prev    next >
Encoding:
Text File  |  2002-10-28  |  293 b   |  17 lines

  1. Synopsis:
  2.    $pipe(<program>)
  3.  
  4. Technical:
  5.    This function executes <program> and returns its output. It is defined in
  6.    the pipe(8) script. 
  7.    
  8. Practical:
  9.    It's an easy way to grab the output of a program quickly.
  10.  
  11. Returns:
  12.    <program>'s output
  13.    
  14. See Also:
  15.    exec(5)
  16.  
  17.